home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4648 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.4 KB

  1. Path: nntp.magwien.gv.at!ta5790
  2. From: stw@adv.magwien.gv.at (Wolfgang Steiner)
  3. Newsgroups: comp.os.ms-windows.programmer.win32,comp.lang.basic.visual.misc,comp.os.ms-windows.programmer.ole,comp.lang.c++
  4. Subject: Calling 32-bit DLLs from 16-bit-Applications
  5. Date: Wed, 31 Jan 96 14:23:58 GMT
  6. Organization: City Council of Vienna, Computer Dep.
  7. Message-ID: <4enu1u$20c_001@adv.magwien.gv.at>
  8. NNTP-Posting-Host: ta5790.adv.magwien.gv.at
  9. X-Newsreader: News Xpress Version 1.0 Beta #4
  10.  
  11. Hi,
  12.  
  13. my problem is following:
  14. I must use a 32bit-DLL from Visual Basic 3.0 (a 16bit-application) 
  15. under WfW (the DLL also runs with Win32s) and Win95.
  16.  
  17. Calling the DLL directly doesn't work.
  18.  
  19. Which possibilities exist to solve this problem?
  20.  
  21. ) Writing an own DLL for conversion between 16bit and 32bit?
  22.    If yes, from where can I get more information about that?
  23.    Do such DLL's exist anywhere?
  24.  
  25. ) Writing a 32bit-OLE-Server? (I could use VC++ 4.0)
  26.    Are there any examples of such servers, that also run under Win32s?
  27.    Is it true, that OLE-container and OLE-server can be written
  28.    for different APIs (16,32bit)?
  29.  
  30. ) Any other suggestions?
  31.  
  32. Thanks
  33. Wolfgang
  34.  
  35. --------------------------------------------------------------------
  36. Wolfgang Steiner; MA 14 - ADV; Rathausstr.1; A-1082 Vienna; Austria
  37. phone:    +43-1-4000/98601
  38. fax:    +43-1-4000/7141
  39. eMail:    stw@adv.magwien.gv.at
  40. --------------------------------------------------------------------
  41.